home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mdishe / readme.txt < prev    next >
Text File  |  1994-12-27  |  2KB  |  56 lines

  1. ********************************************************
  2.        MDI Standard Application Shell
  3. ********************************************************
  4.  
  5. SUMMARY
  6. -------
  7. This file is part of an MDI application "skeleton"
  8. created by John Blessing of Leigh Business Enterprises Ltd. 
  9. (Compuserve 100444,623).
  10.  
  11. FEATURES
  12. --------
  13. Selection of application database.
  14. Compact/Repair of database.
  15. 'Helptips' on toolbar items.
  16. Support for Help files.
  17. MDI child forms tiling etc.
  18. Error trapping.
  19. 'Nag' screen support for shareware authors.
  20. Support for 3D dialogs (switched off in design mode
  21.    to prevent GPFs)
  22.  
  23. USE
  24. ---
  25. You need VB Pro to use this shell, although it could be
  26. modified to run under the standard edition.
  27.  
  28. You will need to set up some information in APP.BAS, 
  29. particularly in SetAppInfo().  You will also need to add 
  30. your own application specific code to this module.
  31.  
  32. DISTRIBUTION
  33. ------------
  34. This program is "FreeWare" and may be used and distributed
  35. as you wish.
  36.  
  37. It incorporates some ideas/code from other authors and these 
  38. are acknowledged in the appropriate module.
  39.  
  40. We hope that you will find it useful.  If you wish to discuss it
  41. then please e-mail us on Compuserve 100444,623.
  42.  
  43. ADVERTISEMENT!
  44. --------------
  45. Are you looking for a helpdesk system? Or does your company 
  46. want to track and monitor the progress of any work activity?
  47. We market a system which could be of interest to you.
  48.  
  49. PROGRESS is available for download from the Business section 
  50. of the Windows Shareware forum on Compuserve 
  51. (filename PRGRSS10.ZIP).  It's a large program, so in the 
  52. same section you will also find the help files and 
  53. documentation as  PRGSSDOC.ZIP which is quicker to download
  54. and will give you a good idea of the functionality of PROGRESS.
  55.  
  56. Dec 1994